Skip to main content
Version: 1.0.0

Open or Clone Control

Switching control of the inverter, controlling the operation of the inverter function without affecting the inverter communication function

  • Power on
  • Shutdown
  • Restart

✨ For Example

please move to sanbox -> API沙箱

Power on

curl --location -g '{{EU}}/cmd/start?deviceSn=A112200162230146' \
--header 'Token: {{TOKEN}}'

Shutdown

curl --location -g '{{EU}}/cmd/stop?deviceSn=A112200162230146' \
--header 'Token: {{TOKEN}}'

Restart

curl --location -g '{{EU}}/cmd/restart?deviceSn=A112200162230146' \
--header 'Token: {{TOKEN}}'